Can't get easier than that! Hope you enjoy the template.Blog
Recent Entries
Partner with BoxLang and Ortus at Into the Box 2025: Empowering the Future of Modern Software Development!
At Ortus Solutions, we’ve always been at the forefront of innovation in the ColdFusion ecosystem. From pioneering modern ColdFusion practices to developing cutting-edge tools and frameworks, we’ve been passionate to help and sup[port the community into shaping the future of web development.That’s why we decided to build BoxLang, our new JVM programming language that not only builds on the strengths of ColdFusion but takes modern software development to the next level.
Ortus Solutions & BoxLang at Jfokus 2025: Silver Sponsor and Innovator
We’re thrilled to announce that Ortus Solutions, through BoxLang, will be participating as a Silver Sponsor at the prestigious Jfokus 2025 conference! Taking place in Stockholm, Sweden, from February 3 to 5, Jfokus is one of the premier developer conferences in Europe, bringing together thousands of tech enthusiasts, thought leaders, and industry professionals.
Why BoxLang When You Have Kotlin, Groovy, Scala, and more…
As we approach a stable release of BoxLang and our continued marketing reaches more folks, many have asked about its purpose. Why create a new language when the JVM ecosystem already includes established languages like Kotlin, Groovy, and Scala, to name a few.
Add Your Comment
(6)
Aug 08, 2010 15:55:16 UTC
by Glyn Jackson
Thanks for the update. It works very well :)
Aug 24, 2010 03:56:23 UTC
by Brad
In what way is this super simple? Is it just that there is less mark-up in the code/templates? That appears to be the main difference between the Advanced template or Super Simple templates.
Aug 24, 2010 11:02:58 UTC
by Luis Majano
@brad, It has plain MVC only without all other concerns activated so you can get rid of some cruft if you are learning.
Aug 24, 2010 11:15:13 UTC
by Brad
@Luis Thanks, but can you please briefly explain how the handlers have access to some inherent functions in Coldbox, i.e. getPlugin and getSetting when they don't extend anything?
Aug 24, 2010 15:06:31 UTC
by Luis Majano
All this is in the documentation Brad. The short version is that we decorate the objects at runtime, mixins of methods and state, once the handler is requested for the very first time. Luis
Aug 26, 2010 06:57:27 UTC
by Brad
Thanks Luis